ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BaseSeriesView<TOwnerView,TSeriesDataModel> Class / _getPointViews Method

In This Topic
    _getPointViews Method (_BaseSeriesView<TOwnerView,TSeriesDataModel>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _getPointViews() As List(Of IPointView)
    public List<IPointView> _getPointViews()
    See Also